Skip to content

Add CI mode flag to lifecycle commands#1554

Merged
codeforester merged 1 commit into
mainfrom
1553-ci-mode-flag
Jul 8, 2026
Merged

Add CI mode flag to lifecycle commands#1554
codeforester merged 1 commit into
mainfrom
1553-ci-mode-flag

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • Add --ci mode to basectl setup, basectl check, and basectl doctor using a shared CI-safe environment helper.
  • Keep basectl ci setup|check|doctor as a compatibility alias that delegates to the corresponding --ci command path.
  • Update docs, GitHub workflow examples, completions, and tests to prefer the flag-based interface.

Fixes #1553

Testing

  • env -u BASE_HOME BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash BASE_CACHE_DIR=/private/tmp/base-1553-cache ./bin/base-test
  • git diff --check

@codeforester codeforester requested a review from a team as a code owner July 8, 2026 22:58
@codeforester codeforester merged commit ea7c63d into main Jul 8, 2026
26 checks passed
@codeforester codeforester deleted the 1553-ci-mode-flag branch July 8, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --ci mode flag to setup/check/doctor

1 participant